@charset "UTF-8";

/*banner*/
.banner{
    width: 100%;
    height: 560px;
    overflow: hidden;
    position: relative;
	top:0;
}
.swiper-container,.swiper-container3{
    width:1920px;
    height: 560px;
    position: absolute;
    left: -960px;
    margin-left: 50%;
    overflow: hidden;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.banner .swiper-slide img {
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
}
.banjt{
    position: absolute;
    top: 50%;
    margin-top:-30px;
    width: 40px;
    height: 60px;
    z-index: 5;
    left: 50px;
    cursor: pointer;
}
.banjt i{
    width: 40px;
    height: 60px;
    background-position: -200px -220px;
}
.swiper-button-prev{
    right: 50px;
    left: auto;
}
.swiper-button-prev i{
    width: 40px;
    height: 60px;
    background-position: -240px -220px;
}

/*advan1*/
.advan1{
    position: relative;
    z-index: 15;
    background: #404040;
}
.advan1 li{
    width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    cursor: pointer;
    text-align: center;
    padding: 20px 0;
}
.advan1 li:hover{
    background: #b41320;
}
.advan1 li i{
    width: 90px;
    height:85px;
    background-position: 0 -32px;
    margin: 0 auto;
}
.advan1 li:hover i{
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}
.advan1 li:nth-child(2) i{
    background-position: -90px -32px;
}
.advan1 li:nth-child(3) i{
    background-position: -180px -32px;
}
.advan1 li:nth-child(4) i{
    background-position: -270px -32px;
}
.advan1 li h2{
    width: auto;
    display: inline-block;
    background-position: 0 -30px;
    color: #fff;
    font-size: 22px;
    padding: 10px 0;
}
.advan1 li p{
    color:#c2c2c2;
    font-size: 13px;
    line-height: 20px;
}

/*case_one*/
.case_one{
    width: 100%;
    text-align: center;
}
.case_one .case-til{
    background: url(../images/case_til.png) no-repeat center top;
    padding-top: 35px;
}
.case_fl li a{
    font-size: 14px;
    line-height: 45px;
    height: 45px;
    width: 155px;
    background: #7f7f7f;
    color:#fff;
    margin: 0 10px; 
    display: inline-block;
}
.case_fl li:first-child a,.case_fl li:hover a{
    background: #b41320;
}
.case_one ul{
    position: relative;
}
.case-box{
    margin: 35px 0;
}
.case_one .case-box ul .case1{
    width: 900px;
    height: 505px;
    margin-bottom: 0;
}
.case-box ul .case2,.case-box ul .case3,.case-box ul .case4{
    margin-right: 0;
}
.case-box li{
    width: 297px;
    float: left;
    margin-right:3px;
    margin-bottom:3px;
    height: 166px;
}
.case_one .case-one-box{
    position: relative;
    overflow: hidden;
}
.case_one .case-box li:hover img{
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}
.case-main{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    -webkit-transform: scale(0.01);
    -moz-transform: scale(0.01);
    -ms-transform: scale(0.01);
    -o-transform: scale(0.01);
    transform: scale(0.01);
    opacity: 0;
}
.case-box li:hover .case-main{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.case-one-box .cz-cen{
    height: 100%;
    width: 100%;
    position: relative;
}
.case_one li h2{    
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
}
.case_one li span{
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    border-bottom: 1px solid #fff;
}
.main-more{
    width: 185px;
    height: 50px;
    line-height: 50px;
    background: #7f7f7f;
    display: inline-block;
    margin: 0 auto;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
}
.main-more:hover{
    color: #fff;
    background: #b41320;
}

/*team*/
.team{
    background: #404040;
    margin-top: 60px;
    padding-bottom: 50px;
}
.swiper-container2{
    width: 100%;
    overflow: hidden;
}
.team .team-til{
    background: url(../images/team_til.png) no-repeat center top;
    padding-top: 35px;
}
.team .team-til h2{
    color: #fff;
}
.team .team-til p{
    color:#787878;
}
.team .swiper-slide:hover .team-name{
    background: #b41320;
}
.team .swiper-slide:hover .team-name h2{
    color: #fff;
}
.team .swiper-slide:hover .team-name h2::after{    
    background: #fff;
}
.team .swiper-slide:hover .team-name span{
    color: #fff;
}
.team-name{
    text-align: center;
    background: #fff;
    padding: 10px 0;
}
.team-name h2{
    color: #333333;
    font-size: 22px;
    position: relative;
    line-height: 35px;
}
.team-name h2::after{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #b41320;
    transition: 0.5s;
}
.team-name span{
    color:#666;
    margin-top: 8px;
    font-size: 18px;
    display: block;
}
.swiper-pagination2{
    padding-top: 25px;
    text-align: center;
}
.swiper-pagination2 span{
    width: 40px;
    height: 6px;
    background: #fff;
    display: inline-block;
    margin-right: 0 5px;
}
.swiper-pagination2 span.swiper-pagination-bullet-active{
    background: #b41320;
    height: 10px;
}

/*about*/
.about{
    width: 100%;
    text-align: left;
    background: #ebecf0;
    height: 460px;
}
.about .container{
    position: relative;
}
.about .about-til{
    padding-top: 60px;
}
.about-box{
    padding: 40px 0 80px 0;
    max-width: 650px;
}
.about-box p{
    color: #393939;
    font-size: 15px;
    line-height: 25px;
}
.about a{    
    display: block;
    width: 160px;
    height: 46px;
    line-height: 46px;
    color: #393939;
    font-size: 14px;
    text-align: center;
    border: 2px solid #b41320;
}
.about_bg_pic{
    position:absolute;
    right: -360px;
    top: 0;
}


/*process*/
.process{
    width: 100%;
    margin-top: 40px;
}
.process .process-til h2{
    color: #393939;
    font-size: 24px;
    position: relative;
    padding-left: 10px;
    line-height: 26px;
    display: inline-block;
}
.process .process-til h2::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 26px;
    width: 3px;
    background: #b41320;
}
.process .process-til h4{
    color:#949494;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    padding-left: 10px;
}
.process ul{
    padding: 48px 0 50px 0;
}
.process li{
    width: 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    text-align: center;
    position: relative;
}
.process li:last-child::after{
    display: none;
}
.process li::after{
    content: ">";
    position: absolute;
    right: -5px;
    top:45px;
    color: #b41320;
    font-size: 20px;
    line-height: 20px;
    font-family: 宋体;
}
.process li i{
    width: 100px;
    height: 100px;
    background-position: -360px 0;
    margin: 0 auto;
}
.process li i.proc2{
    background-position: 0 -120px;
}
.process li i.proc3{
    background-position: -100px -120px;
}
.process li i.proc4{
    background-position: -200px -120px;
}
.process li i.proc5{
    background-position: -300px -120px;
}
.process li i.proc6{
    background-position: -400px -120px;
}
.process li i.proc7{
    background-position: 0 -220px;
}
.process li i.proc8{
    background-position: -100px -220px;
}
.process li h3{
    margin-top: 10px;
    color: #4a4a4a;
    font-size: 15px;
    line-height: 20px;
}

/*guangg*/
.guangg{
    background: url(../images/guangg_pic.jpg) no-repeat center top;
    height: 260px;
    text-align: center;
}
.guangg h2{
    color: #fff;
    font-size: 35px;
    line-height:50px;
    letter-spacing: 5px;
    padding-top: 40px;
}
.guangg p{
    font-size: 18px;
    line-height: 35px;
    color: rgba(255,255,255,0.6);
    letter-spacing: 5px;
}
.guangg span{
    display: inline-block;
    border: 2px solid #fff;
    padding: 10px 40px;
    color: #fff;
    font-size: 22px;
    line-height: 35px;
    margin-top: 40px; 
}


/*news*/
.news{
    width: 100%;
    padding: 20px 0 40px 0;
}
.news .news-til{
    background: url(../images/news_til.png) no-repeat center top;
    padding-top: 35px;
}
.news ul{
    margin: 0 -12.5px;
    padding-bottom: 20px;
}
.news li{
    width: 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.news .news-box{
    margin: 0 12.5px;
    position: relative;
    -moz-box-shadow:  0 2px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow:  0 2px 10px rgba(0,0,0,0.1);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.news .news-box h2{
    color: #8d8d8d;
    font-size: 35px;
    line-height: 30px;
    padding-bottom: 10px;
}
.news .news-box span{
    color: #b8b8b8;
    font-size: 15px;
    font-weight: 700;
    display: block;
}
.news_nr{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding:40px 20px 30px 20px;
    opacity: 0;
}
.news_nr h2.news_date{
    font-size: 40px;
    color: #333333;
    padding-bottom: 0;
}
.news_nr h2.news_date span{
    color: #333;
    font-size: 20px;
    padding-top: 30px;
    font-weight: 400;
}
.news_nr .nmor{
    width: 96px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ebebeb;
    display: block;
    text-align: center;
    color: #535353;
    font-size: 14px;
    position: absolute;
    bottom: 30px;
}
.news h3{
    font-size: 15px;
    line-height: 45px;
}
.news h3 a{
    color: #333333;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
}
.news-box p{
    color:#8d8d8d;
    font-size: 14px;
    line-height: 22px;
    margin: 15px 0;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news .news_more{
    width: 230px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin: 0 auto;
    display: block;
    background: #7f7f7f;
    border-radius: 50px;
}
.news .news_more:hover{
    background: #b41320;
}
.news-fonta{
    padding:10px 20px;
}
.news-box .news-fonta h3{
    line-height: 35px;
}
.news-box .news-fonta h3 a{
    line-height: 35px;
    height: 35px;
}
.news-box .news-fonta p{
    margin: 0;
}
.news li:hover .news-pic,.news li .news_nr{
        -moz-transform:scaleX(-1);
        -webkit-transform:scaleX(-1);
        -o-transform:scaleX(-1);
        transform:scaleX(-1);
        filter:FlipH;
        opacity: 0;
}
.news li:hover .news_nr{
    -moz-transform:scaleX(1);
    -webkit-transform:scaleX(1);
    -o-transform:scaleX(1);
    transform:scaleX(1);
    filter:FlipH;
    opacity: 1;
}